projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b416aa
)
(load-file): Fix last change.
author
Dave Love
<fx@gnu.org>
Fri, 8 Dec 2000 14:19:00 +0000
(14:19 +0000)
committer
Dave Love
<fx@gnu.org>
Fri, 8 Dec 2000 14:19:00 +0000
(14:19 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 22bb8c729a18a27e7eea7ca173b3f41142619be5..57387b1e70e966e27b043f039959568fd55015d4 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-537,7
+537,7
@@
colon-separated list of directories when resolving a relative directory name."
"Load the Lisp file named FILE."
;; This is a case where .elc makes a lot of sense.
(interactive (list (let ((completion-ignored-extensions
- (
delet
e ".elc" completion-ignored-extensions)))
+ (
remov
e ".elc" completion-ignored-extensions)))
(read-file-name "Load file: "))))
(load (expand-file-name file) nil nil t))